﻿*{
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
*,body{
	font-family: 'Microsoft YaHei','Arial';
}
/*隐藏滚动条*/
body::-webkit-scrollbar{
	display: none!important;
}
body{
	-ms-overflow-style: none;
}

/*input提示文字*/
        input::-webkit-input-placeholder { /* WebKit browsers */
            color: #999;
			font-size: .875rem;
        }

        input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
             color: #999;
			font-size: .875rem;
        }

        input::-moz-placeholder { /* Mozilla Firefox 19+ */
			 color: #999;
			font-size: .875rem;
        }

        input:-ms-input-placeholder { /* Internet Explorer 10+ */
			 color: #999;
			font-size: .875rem;
        }
		textarea::-webkit-input-placeholder { /* WebKit browsers */
		    color: #999;
			font-size: .875rem;
		}
		
		textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
		     color: #999;
			font-size: .875rem;
		}
		
		textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
			 color: #999;
			font-size: .875rem;
		}
		
		textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
			 color: #999;
			font-size: .875rem;
		}
/*end*/
ul,ol,p,h1,h2,h3,h4,h5,h6{
	list-style-type: none;
	margin-bottom: 0;
	padding: 0;
	margin: 0;
}
ul::after{
	content: '';
	display: table;
	clear: both;
}
a{
	text-decoration: none!important;
	font-size: inherit;
	color: inherit;
}
a:hover{
	color: inherit;
}
/*分页样式*/
.dux-page{
	text-align: center;
	padding: 1rem;
}
.dux-page a,.dux-page span{
	display: inline-block;
 	width: 1.5rem;
	height: 1.5rem;
	color: #000;
	font-size: 12px;
	text-align: center;
	line-height: 1.5rem;
	background-color: #3071BF;
	margin: 5px;
	color: #fff;
	transition: all .6s;
	border-radius: 3px;
}
.dux-page a:hover,.dux-page a.Ahover{
	background-color: #ddd!important;
	color: #000!important;
}
/*文字行数控制*/
.one-line{
  overflow: hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.two-line{
	overflow:hidden;
	 text-overflow:ellipsis;
	 display:-webkit-box;
	 -webkit-line-clamp:2;
	 -webkit-box-orient:vertical;
}
.three-line{
	overflow:hidden;
	 text-overflow:ellipsis;
	 display:-webkit-box;
	 -webkit-line-clamp:3;
	 -webkit-box-orient:vertical;
}
.img-100{
	width: 100%;
	height:auto;
}
.border-img{
	padding: 1rem;
	border: 1px solid #ddd;
	background-color: #fff;
}
.hh{
	width: 100%;
	max-width: 100%;
	overflow: hidden;
}
.container{
	width: 1300px!important;
	max-width: 100%;
}
.container-article{
	width: 1000px!important;
	max-width: 100%;
	margin: 0 auto;
}
.s-flex{
	display: flex;
	flex-wrap: wrap;
}
.article p,.article{
	font-size: 1rem;
	line-height: 2;
	color: #777;
}
.article img,.article *{
	max-width: 100%;
}
/*fixed悬浮*/
.fixed-icon{
	position: fixed;
	right: 0;
	top: 30vh;
	width: 45px;
	cursor: pointer;
	color: #fff;
	z-index: 999999999;
}
.fixed-list{
	display: flex;
	flex-direction: column;
	position: relative;
}
.fixed-list>div{
	background-color: #666;
	border-radius:8px;
	width: 220px;
	height: 45px;
	border-bottom: 1px solid #fff;
	display: flex;
	left: 0;
	align-items: center;
	padding-left: 12px;
	position: relative;
	transition: all .55s ease-in-out;
}
.fixed-list>div .iconfont{
	font-size: 24px;
	margin-right: 12px;
}
.fixed-list>div img{
	position: absolute;
	display: none;
	left: calc(-100% + 55px);
	bottom: 0;
	background-color: #fff;
	padding: 5px;
	width: 110px;
}
.fixed-list>div:hover,.fixed-ding{
	transition: all .55s ease-in-out;
	background-color: #3071BF!important;
}
.fixed-list>div:hover img{
	display: block;
}
.fixed-phone:hover{
	left: -150px;
}


.flex-col{
	flex-direction: column!important;
	align-items: flex-start;
	justify-content: flex-start;
}
.flex-col h2{
	padding-top: 1rem;
	margin-bottom: 1rem;
}
.flex-col textarea{
	width: 100%;
}

/*文章页*/
.content-news{
	border-bottom: 1px solid rgba(0,0,0,.05);
	margin-bottom: 1.5rem;
}
.content-news h2{
	text-align: center;
	font-size: 1.75rem;
	color: #DA1C30;
	line-height: 2;
	margin-bottom: 1.5rem;
}
.content-news p{
	font-size: .875rem;
	font-weight: 900;
	color: #999;
	text-align: center;
	padding-bottom: 1rem;
}
.content-news-foot h6{
	text-align: right;
	font-weight: 900;
	color: #000;
	margin: 2rem 0;
}
.content-news-foot p{
	text-align: right;
	padding-bottom: 1rem;
}
.content-news-foot p a{
	font-size: .875rem;
	display: inline-flex;
	padding-left: .875rem;
	padding-right: .875rem;
	background-color: #036eb8;
	color: #fff;
	line-height: 2;
}

/*swiper 分页样式*/
.swiper-pagination-top>span{
	width: 45px;
	height: 3px;
	border-radius: 0;
	background-color: #3071BF!important;
}
/*bg*/
.bg-gray{
	background-color: #F5F5F5;
}

/*按钮*/
.more{
	margin: 1rem 0;
}
.more>a{
	display: inline-block;
	color: #fff;
	font-size: 1rem;
	background-color: #3071BF;
	background: linear-gradient(to right, rgb(43, 88, 118), rgb(78, 67, 118));
	border-radius: 30px;
	padding: .7rem 1.75rem;
	transition: all .35s ease-in-out;
}
.more>a:hover{
	background: linear-gradient(to right,rgb(78, 67, 118), rgb(43, 88, 118));
}
.light-btn{
	overflow: hidden;
	position: relative;
	z-index: 9;
}
.light-btn::before{
	content: '';
	position: absolute;
	display: inline-block;
	left: -100px;
	top: -40px;
	width: 40px;
	height: 300%;
	background-color: rgba(255,255,255,.45);
	transform: rotateZ(45deg);
	z-index: -1;
}
.light-btn:hover::before{
	transition: all .35s ease-out;
	left: 130%;
}